home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / HOLODECK.DIR / 00078_Script_78 < prev    next >
Text File  |  1994-11-01  |  533b  |  19 lines

  1. on exitFrame
  2.   global returnMark, returnQT, Vol1, Vol2, vidVol
  3.   
  4.   go to returnMark
  5.   
  6.   --if returnQT contains ".MOV" then  
  7.    -- put the puppet of sprite 20 into puptest
  8.    -- if puptest = FALSE then puppetSprite 20, TRUE
  9.    -- set the visible of sprite 20 to TRUE      
  10.    -- set the directToStage of cast returnQT to TRUE
  11.    -- set the movierate of sprite 20 to 1
  12.    -- set the sound of cast returnQT to TRUE
  13.    -- set the volume of sprite 20 to VidVol
  14.   -- end if
  15.   
  16.   sv1 Vol1
  17.   sv2 Vol2  
  18.   updateStage
  19. end